Skip to content

Update documentation#150

Merged
yhaliaw merged 25 commits intomainfrom
docs
Dec 4, 2023
Merged

Update documentation#150
yhaliaw merged 25 commits intomainfrom
docs

Conversation

@yhaliaw
Copy link
Copy Markdown
Collaborator

@yhaliaw yhaliaw commented Nov 21, 2023

Applicable spec:

Overview

Update the documentation to match with the discourse.charmhub.io.

Rationale

Keeping the documentation in sync is good 🚀.

Checklist

@yhaliaw yhaliaw added documentation Improvements or additions to documentation trivial labels Nov 21, 2023
@yhaliaw yhaliaw marked this pull request as ready for review November 21, 2023 08:18
@yhaliaw yhaliaw requested a review from a team as a code owner November 21, 2023 08:18
Comment thread docs/explanation/charm-architecture.md Outdated
Comment thread docs/explanation/charm-architecture.md Outdated
Comment thread docs/explanation/charm-architecture.md Outdated
Comment thread docs/explanation/charm-architecture.md Outdated
Comment thread docs/how-to/how-to-change-path.md Outdated
Comment thread docs/how-to/how-to-change-token.md Outdated
Comment thread docs/how-to/how-to-change-token.md Outdated
Comment thread docs/how-to/how-to-change-token.md Outdated
Comment thread docs/how-to/how-to-change-token.md Outdated
Comment thread docs/how-to/how-to-comply-security.md Outdated
Comment thread docs/how-to/how-to-comply-security.md Outdated
Comment thread docs/how-to/how-to-comply-security.md Outdated
Comment thread docs/how-to/how-to-comply-security.md Outdated
Comment thread docs/how-to/how-to-comply-security.md Outdated
Comment thread docs/how-to/how-to-comply-security.md Outdated
Comment thread docs/how-to/how-to-contribute.md Outdated
Comment thread docs/index.md Outdated
Comment thread docs/index.md Outdated
Comment thread docs/index.md Outdated
Comment thread docs/tutorial/managing-resource-usage.md Outdated
Comment thread docs/tutorial/managing-resource-usage.md Outdated
Comment thread docs/tutorial/managing-resource-usage.md Outdated
Comment thread docs/tutorial/managing-resource-usage.md Outdated
yanksyoon
yanksyoon previously approved these changes Nov 28, 2023
Copy link
Copy Markdown
Member

@yanksyoon yanksyoon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor comment, LGTM!

Comment thread docs/tutorial/quick-start.md Outdated
Copy link
Copy Markdown
Collaborator

@cbartz cbartz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good overall, found some minor spelling mistakes.

Comment thread docs/how-to/change-token.md Outdated
Comment thread docs/how-to/change-token.md Outdated
Comment thread docs/how-to/change-token.md Outdated
Comment thread docs/how-to/run-on-lxd.md Outdated
Comment thread docs/index.md Outdated
yhaliaw and others added 2 commits November 28, 2023 19:19
Co-authored-by: Christopher Bartz <christopher.bartz@canonical.com>
Comment thread docs/explanation/charm-architecture.md Outdated
Comment thread docs/explanation/charm-architecture.md Outdated
Comment thread docs/explanation/charm-architecture.md Outdated
Comment thread docs/explanation/charm-architecture.md
Comment thread docs/explanation/charm-architecture.md
Comment thread docs/how-to/change-path.md Outdated
Comment thread docs/how-to/change-token.md Outdated
Comment thread docs/index.md Outdated
Comment thread docs/explanation/charm-architecture.md
Comment thread docs/index.md Outdated
Comment thread docs/index.md Outdated
jdkandersson
jdkandersson previously approved these changes Nov 30, 2023
amandahla
amandahla previously approved these changes Nov 30, 2023
Copy link
Copy Markdown

@amandahla amandahla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yhaliaw yhaliaw dismissed stale reviews from amandahla and jdkandersson via fd9188d December 1, 2023 07:04
cbartz
cbartz previously approved these changes Dec 1, 2023
Copy link
Copy Markdown
Collaborator

@cbartz cbartz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. The only thing missing is the COS integration guide, but we can provide that later.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Dec 1, 2023

Test coverage for 8cafac8

Name                    Stmts   Miss Branch BrPart  Cover   Missing
-------------------------------------------------------------------
src/charm.py              429     98    107     25    75%   79-80, 86-88, 112-113, 117-119, 155-157, 167->179, 177, 220-228, 240-244, 275, 352-357, 378, 395-396, 405-428, 446-448, 456-459, 466, 469-470, 486, 491-496, 541->544, 557-558, 560-561, 595-602, 626-627, 639-641, 656-657, 682-683, 685-686, 688-689, 763->765, 826-827, 843, 861-863, 867
src/charm_state.py         50      6      6      0    86%   76-83
src/errors.py              34      0      0      0   100%
src/event_timer.py         42      8      4      0    74%   94-97, 117-120
src/firewall.py            43     25     10      0    38%   38-42, 64-67, 75-149
src/github_type.py         36      0      0      0   100%
src/lxd_type.py            37      0      2      0   100%
src/metrics.py             67      2     10      1    96%   60->63, 150-151
src/runner.py             334     70    108     26    74%   49->51, 105, 210-217, 223-229, 256-257, 301-310, 334-339, 344, 364, 368-378, 427->430, 433-435, 442, 456, 466, 470, 472, 487, 535-540, 556-569, 580-612, 617, 655, 701-703, 707, 725, 760, 786, 791-803, 817, 837, 853
src/runner_manager.py     273     26    102      9    90%   166, 223-225, 238-239, 251-253, 259-264, 268-269, 279-280, 299, 422, 441-445, 470, 553, 702, 722
src/runner_metrics.py     112      5     22      2    95%   133-134, 146, 215-216
src/runner_type.py         55      0     12      0   100%
src/shared_fs.py           80     10     12      0    89%   73-74, 160-161, 166-167, 173-174, 196-197
src/utilities.py           68      6     20      8    84%   74->76, 78->84, 89-91, 121, 135, 173, 226
-------------------------------------------------------------------
TOTAL                    1660    256    415     71    82%

Static code analysis report

Run started:2023-12-01 13:35:58.462605

Test results:
  No issues identified.

Code scanned:
  Total lines of code: 3720
  Total lines skipped (#nosec): 0
  Total potential issues skipped due to specifically being disabled (e.g., #nosec BXXX): 10

Run metrics:
  Total issues (by severity):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
  Total issues (by confidence):
  	Undefined: 0
  	Low: 0
  	Medium: 0
  	High: 0
Files skipped (0):

@yhaliaw yhaliaw merged commit 07be537 into main Dec 4, 2023
@yhaliaw yhaliaw deleted the docs branch December 4, 2023 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation Libraries: Out of sync trivial

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants